addToMap

fun addToMap(map: Multimap<EntityAttribute, EntityAttributeModifier>)

adds the stored Attribute and its modifier to a passed modifier map. This is useful when dealing with methods such as ItemStack.getAttributeModifiers

Author

fzzyhmstrs

Since

0.3.1

Parameters

map

Multimap<EntityAttribute, EntityAttributeModifier> - the map to add the modifier pair to